Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 5,434 for

file viewer

(0.07 sec)
  1. Document filtering in search result | Documenta...

    This article gives the knowledge that how the document filters used during the search....Viewer Product Solution GroupDocs...( "relativity" , options ); File path filters The first supported...

    docs.groupdocs.com/search/net/document-filterin...
  2. Optimize images | Documentation

    Optimize PDF images with GroupDocs.Viewer for Python and .NET. Improve File size and performance....Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for Python...

    docs.groupdocs.com/viewer/python-net/optimize-i...
  3. Optimize images | Documentation

    Optimize images in a PDF File using GroupDocs.Viewer for .NET (C#)...Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for .NET /...

    docs.groupdocs.com/viewer/net/optimize-images/
  4. How to Convert RTF to TXT using C#

    We will demonstrate how to convert RTF to TXT using C# without the need of third-party software. Moreover, we will provide code example to export RTF to TXT in C#....Viewer Product Family GroupDocs.Comparison...RTF ) files can be converted to plain text (TXT) files for a...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. How to Add Digital Signature to PDF in C#

    Review the process to add digital signature to PDF in C# and follow the detailed instructions to use a digital signature in C# with a few API calls....Viewer Product Family GroupDocs.Comparison...class and pass the output PDF file along with the DigitalSignOptions...

    kb.groupdocs.com/signature/net/how-to-add-digit...
  6. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional File format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Viewer Product Solution GroupDocs...and extract some additional file format information. a GIF image...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Loading files | Documentation

    The listed articles below explain how to load password-protected documents and load Files from different sources....Viewer Product Solution GroupDocs...Advanced Usage / Loading files Loading files Leave feedback GroupDocs...

    docs.groupdocs.com/metadata/net/loading-files/
  8. Add document to Diagram via OLE | Documentation

    This article explains how to add document to Diagram via OLE with GroupDocs.Merger within your Java applications....Viewer Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/java/add-document-to-...
  9. Indexing password protected documents | Documen...

    This page describes how to perform indexing of password protected documents. Indexing using the password dictionary To perform indexing of password protected documents using a password dictionary, you must add passwords for all protected documents to the dictionary before indexing. To add a document password to the dictionary, you must specify the full path to the document as a key and the actual password to the document. For more information about managing the password dictionary see the Document passwords page in the Managing dictionaries section....Viewer Product Solution GroupDocs...dictionary String path = new File ( "C:\\MyDocuments\\ProtectedDocument...

    docs.groupdocs.com/search/java/indexing-passwor...
  10. Load text from string | Documentation

    This article explains how to load values from variables of string type when using GroupDocs.Comparison for .NET....Viewer Product Solution GroupDocs...contains text to be compared, not file path). Instantiate the object...

    docs.groupdocs.com/comparison/net/load-text-fro...